home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / postgame.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  108 b   |  7 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(14, 38, 42)
  3.   if pressedBtn = 1 then
  4.     play done
  5.   end if
  6. end
  7.